﻿using Habanero.Faces.Base;

namespace <<|=UIProjectName|>>
{
    /// <summary>
    /// The ControlFactory for this particular project, to allow for dynamic creation of the controls in the project
    /// using a different ControlFactory for Win and VWG.
    /// </summary>
    public partial interface I<<|=ApplicationName|>>ControlFactory : IControlFactory
    {
        
    }
}